home *** CD-ROM | disk | FTP | other *** search
- echo off
- REM %%VER IBM OS/2 EE Installation Utility Program v2.0b
- if %mono%==y goto b&w
- ..\install\flushkey
- ..\install\check videocard
- if errorlevel 1 goto color
- :b&w
- cls
- goto contin
- :color
- ..\install\get b 31
- :contin
- type ..\blank2.men
- ..\install\echoxy 4 30 N D I S M E N U
- ..\install\echoxy 6 32 U P D A T I N G
- ..\install\echoxy 7 20 I B M E X T E N D E D E D I T I O N
- ..\install\echoxy 8 32 D R I V E R S
- ..\install\echoxy 10 14 This Utility program updates EtherLink II drivers
- ..\install\echoxy 11 14 on IBM EE servers or on workstations.
- ..\install\echoxy 12 14
- ..\install\echoxy 13 14 NOTE: To update the EtherLink II NDIS drivers on
- ..\install\echoxy 14 14 an IBM EE server from a workstation, you must
- ..\install\echoxy 15 14 have Admin rights to the server and be linked to
- ..\install\echoxy 16 14
- type dollar.msg
-
- ..\install\echoxy 17 24 Continue? (y/n):
- ..\install\reply
- if errorlevel 122 goto inval
- if errorlevel 121 goto getdrv
- if errorlevel 111 goto inval
- if errorlevel 110 goto ndis
- if errorlevel 90 goto inval
- if errorlevel 89 goto getdrv
- if errorlevel 79 goto inval
- if errorlevel 78 goto ndis
- if errorlevel 60 goto inval
- if errorlevel 59 goto help
- if errorlevel 28 goto inval
- if errorlevel 27 goto ndis
- if errorlevel 1 goto inval
-
- :getdrv
- ..\install\echoxy 0 50
- ..\install\echoxy 17 10
- ..\install\get c " Enter the target drive letter: "
-
- if errorlevel 127 goto inval
- if errorlevel 126 goto ndis
- if errorlevel 123 goto inval
- if errorlevel 97 goto contin1
- if errorlevel 91 goto inval
- if errorlevel 65 goto contin1
- if errorlevel 1 goto inval
-
- :contin1
- if not exist %get%:\*.* goto baddrv
- set tardrv=%get%:
-
- ..\install\echoxy 19 10
- ..\install\get n " Update files on drive %tardrv% (y/n): "
- if errorlevel 126 goto ndis
- if errorlevel 89 goto ok
- ibmins
- :ok
- os2ee\os2ee %tardrv%
-
- :inval
- ..\install\echoxy 21 17 **** Invalid key, try again. ****
- echo
- echo
- echo.
- ibmins
-
- :help
- ..\install\echoxy 24 1
- type os2ee\os2ee.hlp
- pause
- ibmins
-
- :baddrv
- echo
- echo
- ..\install\echoxy 19 14 Invalid drive letter or drive not linked.
- ..\install\echoxy 20 14 Drive must be linked before running the Update utility.
- ..\install\echoxy 22 13 Strike any key to continue.
- ..\install\reply
- if errorlevel 28 goto ok1
- if errorlevel 27 goto ndis
-
- :ok1
- ibmins
-
- :ndis
- inspropt
-
-
-